home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / e / mailinglists / amigae.0294feb.archive / 000059_donews!crash!mp…ilkka.anttonen_Tue, 15 Feb 94 07:12:08 PST.msg < prev    next >
Internet Message Format  |  1994-05-26  |  4KB

  1. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  2.       id <1u3q@bkhouse.cts.com>; Tue, 15 Feb 94 07:12:08 PST
  3. Received: from crash by donews.cts.com with uucp
  4.     (Smail3.1.28.1 #18) id m0pWEA9-0001PcC; Mon, 14 Feb 94 20:01 EST
  5. Received: from eunet.fi by crash.cts.com with smtp
  6.     (Smail3.1.28.1 #18) id m0pWDh2-00008rC; Mon, 14 Feb 94 16:31 PST
  7. Received: from mpoli.fi by eunet.fi with UUCP id AA05268
  8.   (5.65c+l/IDA-1.4.4 for AMIGAE@BKHOUSE.CTS.COM); Tue, 15 Feb 1994 02:30:43 +0200
  9. Received: by mpoli (PCB-UUCP 1.1f)
  10.     id FAB6E1; Mon, 14 Feb 94 16:46:21 +0200
  11. Message-Id: <f7.38803.47.0CFAB6E1@mpoli.fi>
  12. Date: Sat, 12 Feb 94 00:26:00 +0200
  13. Organization: Metropoli, Finland
  14. From: ilkka.anttonen@mpoli.fi (Ilkka Anttonen)
  15. To: AMIGAE@BKHOUSE.CTS.COM
  16. Subject: Fragment of code..
  17.  
  18. Am>  Wouter gave me a doMethod() function for Amiga E which works very
  19. Am> well, I'll e-mail it to you tomorrow. Does anybody else want it ?
  20.  
  21. If it isn't too long, maybe you could post it? (A repost every now and
  22. then doesn't matter, as everyone reading rec.humor knows..?) ;)
  23.  
  24. P.S. Who is Vicky Robinson? (Yes, I've been reading alt.folklore.*
  25. groups lately..) (Someone mail the answer, spare others..)
  26. --
  27. *******************************************************************
  28. **  Ilkka Anttonen: Ilkka.Anttonen@mpoli.fi (Oh yes, Finland..)  **
  29. * Oliver's Law of Location: No matter where you go, there you are *
  30. *******************************************************************
  31.  
  32.  * Q-Blue 1.0 [NR] *
  33. From donews!crash!iccgcc.cs.hh.ab.com!THORNTONJ Tue, 15 Feb 94 07:13:16 PST
  34. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  35.       id <1u51@bkhouse.cts.com>; Tue, 15 Feb 94 07:13:16 PST
  36. Received: from crash by donews.cts.com with uucp
  37.     (Smail3.1.28.1 #18) id m0pWH4T-0001wgC; Mon, 14 Feb 94 23:07 EST
  38. Received: from beast.cs.hh.ab.com by crash.cts.com with smtp
  39.     (Smail3.1.28.1 #18) id m0pWGiX-0000ADC; Mon, 14 Feb 94 19:44 PST
  40. Date: Mon, 14 Feb 1994 22:44:49 -0500 (EST)
  41. Message-Id: <940214224449.2043c447@iccgcc.cs.hh.ab.com>
  42. From: THORNTONJ@iccgcc.cs.hh.ab.com
  43. To: amigae@bkhouse.cts.com
  44. Subject: FAE update
  45.  
  46. Hi All,
  47.  
  48.   Just a few lines to let you know where I am with FAE and what's
  49. planned for the near future.
  50.  
  51.   Well I've solved most of my problems. I got my screen working,
  52. map is drawn, and most movement routines done.
  53.  
  54.   When I get the following items done I will release a copy to
  55. the list so you can see what I've done so far.
  56.  
  57.     1) finish diag movement checks.
  58.     2) check for open or closed doors, only allow movement
  59.        thru an open door and show door opened or closed
  60.  
  61.   That's about it. What I've got planned for the near future is to
  62. take the data out of the program and create an external file, this
  63. will be the start of being able to create maps larger than 16x16.
  64.  
  65.   Now a question, not concerning FAE, what editor do those of you
  66. who write large programs use? 
  67.  
  68.   Here are some of the little problems that I have had while trying
  69. to write FAE.
  70.  
  71.   First, I started out with EGUI. This was nice, pick your program,
  72. hit the edit button, make your changes or whateverand when youwere
  73. through hit a button and compile it, press another button to run
  74. your program. This was all good. Then I got jed and started using
  75. it with EGUI. Then I started getting DOS errors Object In Use and 
  76. it wouldn't save the changes I had made. I thought maybe it was jed
  77. because I hadn't had those problems using ED. Then I started getting
  78. the errors with ED. I also got them if using jed by itself.
  79.  
  80.   I had EDS so I thought I would try it. I couldn't even get it to run
  81. Then I remebered that I had an update. With the update I got it running.
  82. EDS looks nice but I couldn't tell you how it is to use. Every file I
  83. have tried to open gives me a status of File Being Watched (or something
  84. like that).
  85.  
  86.   I had ESEE and thought I would give it a try but I don't have GoldED
  87. so I can't even tell you what this program looks like to run.
  88.  
  89.   What I've ended up using is MEMACS. I can edit my source, then
  90. open a cli screen, compile my code, and run my program. Then end
  91. the cli session and I'm right where I was in my editing. This is
  92. ok but not exactly what I'd like to use.
  93.  
  94.   I guess I'll keep looking till I find something I like and that works.
  95.  
  96. Later
  97.  
  98. Jessie
  99. Thorntonj@beast.cs.hh.ab.com
  100.